• frmStockRecord.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmStockRecord
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
31         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
32         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
33         Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
34         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStockRecord))
35         Me.Panel1 = New System.Windows.Forms.Panel()
36         Me.GroupBox1 = New System.Windows.Forms.GroupBox()
37         Me.Button1 = New System.Windows.Forms.Button()
38         Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
39         Me.Label5 = New System.Windows.Forms.Label()
40         Me.Label6 = New System.Windows.Forms.Label()
41         Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
42         Me.Panel4 = New System.Windows.Forms.Panel()
43         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
44         Me.Label2 = New System.Windows.Forms.Label()
45         Me.Label4 = New System.Windows.Forms.Label()
46         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
47         Me.btnGetData = New System.Windows.Forms.Button()
48         Me.Panel5 = New System.Windows.Forms.Panel()
49         Me.btnExportExcel = New System.Windows.Forms.Button()
50         Me.btnClose = New System.Windows.Forms.Button()
51         Me.btnReset = New System.Windows.Forms.Button()
52         Me.Panel3 = New System.Windows.Forms.Panel()
53         Me.txtSupplierName = New System.Windows.Forms.TextBox()
54         Me.Label3 = New System.Windows.Forms.Label()
55         Me.dgw = New System.Windows.Forms.DataGridView()
56         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
57         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
58         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
59         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
60         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
61         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
62         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
63         Me.Column8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
64         Me.Column9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
65         Me.Column10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
66         Me.Panel2 = New System.Windows.Forms.Panel()
67         Me.Label1 = New System.Windows.Forms.Label()
68         Me.Panel1.SuspendLayout()
69         Me.GroupBox1.SuspendLayout()
70         Me.Panel4.SuspendLayout()
71         Me.Panel5.SuspendLayout()
72         Me.Panel3.SuspendLayout()
73         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
74         Me.Panel2.SuspendLayout()
75         Me.SuspendLayout()
76         
'
77         
'Panel1
78         
'
79         Me.Panel1.BackColor = System.Drawing.Color.White
80         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
81         Me.Panel1.Controls.Add(Me.GroupBox1)
82         Me.Panel1.Controls.Add(Me.Panel4)
83         Me.Panel1.Controls.Add(Me.Panel5)
84         Me.Panel1.Controls.Add(Me.Panel3)
85         Me.Panel1.Controls.Add(Me.dgw)
86         Me.Panel1.Controls.Add(Me.Panel2)
87         Me.Panel1.Location = New System.Drawing.Point(
8, 7)
88         Me.Panel1.Name =
"Panel1"
89         Me.Panel1.Size = New System.Drawing.Size(
850, 618)
90         Me.Panel1.TabIndex =
2
91         
'
92         
'GroupBox1
93         
'
94         Me.GroupBox1.Controls.Add(Me.Button1)
95         Me.GroupBox1.Controls.Add(Me.DateTimePicker1)
96         Me.GroupBox1.Controls.Add(Me.Label5)
97         Me.GroupBox1.Controls.Add(Me.Label6)
98         Me.GroupBox1.Controls.Add(Me.DateTimePicker2)
99         Me.GroupBox1.Location = New System.Drawing.Point(
9, 152)
100         Me.GroupBox1.Name =
"GroupBox1"
101         Me.GroupBox1.Size = New System.Drawing.Size(
366, 77)
102         Me.GroupBox1.TabIndex =
48
103         Me.GroupBox1.TabStop = False
104         Me.GroupBox1.Text =
"Search By Payment Due"
105         
'
106         
'Button1
107         
'
108         Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
109         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
110         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
111         Me.Button1.Location = New System.Drawing.Point(
279, 41)
112         Me.Button1.Name =
"Button1"
113         Me.Button1.Size = New System.Drawing.Size(
76, 20)
114         Me.Button1.TabIndex =
19
115         Me.Button1.Text =
"Get Data"
116         Me.Button1.UseVisualStyleBackColor = True
117         
'
118         
'DateTimePicker1
119         
'
120         Me.DateTimePicker1.CustomFormat =
"dd/MM/yyyy"
121         Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.Custom
122         Me.DateTimePicker1.Location = New System.Drawing.Point(
154, 41)
123         Me.DateTimePicker1.Name =
"DateTimePicker1"
124         Me.DateTimePicker1.Size = New System.Drawing.Size(
119, 20)
125         Me.DateTimePicker1.TabIndex =
18
126         
'
127         
'Label5
128         
'
129         Me.Label5.AutoSize = True
130         Me.Label5.Location = New System.Drawing.Point(
151, 22)
131         Me.Label5.Name =
"Label5"
132         Me.Label5.Size = New System.Drawing.Size(
26, 13)
133         Me.Label5.TabIndex =
17
134         Me.Label5.Text =
"To :"
135         
'
136         
'Label6
137         
'
138         Me.Label6.AutoSize = True
139         Me.Label6.Location = New System.Drawing.Point(
11, 22)
140         Me.Label6.Name =
"Label6"
141         Me.Label6.Size = New System.Drawing.Size(
36, 13)
142         Me.Label6.TabIndex =
16
143         Me.Label6.Text =
"From :"
144         
'
145         
'DateTimePicker2
146         
'
147         Me.DateTimePicker2.CustomFormat =
"dd/MM/yyyy"
148         Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Custom
149         Me.DateTimePicker2.Location = New System.Drawing.Point(
14, 41)
150         Me.DateTimePicker2.Name =
"DateTimePicker2"
151         Me.DateTimePicker2.Size = New System.Drawing.Size(
119, 20)
152         Me.DateTimePicker2.TabIndex =
15
153         
'
154         
'Panel4
155         
'
156         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
157         Me.Panel4.Controls.Add(Me.dtpDateTo)
158         Me.Panel4.Controls.Add(Me.Label2)
159         Me.Panel4.Controls.Add(Me.Label4)
160         Me.Panel4.Controls.Add(Me.dtpDateFrom)
161         Me.Panel4.Controls.Add(Me.btnGetData)
162         Me.Panel4.Location = New System.Drawing.Point(
181, 75)
163         Me.Panel4.Name =
"Panel4"
164         Me.Panel4.Size = New System.Drawing.Size(
368, 70)
165         Me.Panel4.TabIndex =
47
166         
'
167         
'dtpDateTo
168         
'
169         Me.dtpDateTo.CustomFormat =
"dd/MM/yyyy"
170         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
171         Me.dtpDateTo.Location = New System.Drawing.Point(
153, 27)
172         Me.dtpDateTo.Name =
"dtpDateTo"
173         Me.dtpDateTo.Size = New System.Drawing.Size(
119, 20)
174         Me.dtpDateTo.TabIndex =
14
175         
'
176         
'Label2
177         
'
178         Me.Label2.AutoSize = True
179         Me.Label2.Location = New System.Drawing.Point(
150, 8)
180         Me.Label2.Name =
"Label2"
181         Me.Label2.Size = New System.Drawing.Size(
26, 13)
182         Me.Label2.TabIndex =
13
183         Me.Label2.Text =
"To :"
184         
'
185         
'Label4
186         
'
187         Me.Label4.AutoSize = True
188         Me.Label4.Location = New System.Drawing.Point(
10, 8)
189         Me.Label4.Name =
"Label4"
190         Me.Label4.Size = New System.Drawing.Size(
36, 13)
191         Me.Label4.TabIndex =
12
192         Me.Label4.Text =
"From :"
193         
'
194         
'dtpDateFrom
195         
'
196         Me.dtpDateFrom.CustomFormat =
"dd/MM/yyyy"
197         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
198         Me.dtpDateFrom.Location = New System.Drawing.Point(
13, 27)
199         Me.dtpDateFrom.Name =
"dtpDateFrom"
200         Me.dtpDateFrom.Size = New System.Drawing.Size(
119, 20)
201         Me.dtpDateFrom.TabIndex =
11
202         
'
203         
'btnGetData
204         
'
205         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
206         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
207         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
208         Me.btnGetData.Location = New System.Drawing.Point(
278, 27)
209         Me.btnGetData.Name =
"btnGetData"
210         Me.btnGetData.Size = New System.Drawing.Size(
76, 20)
211         Me.btnGetData.TabIndex =
1
212         Me.btnGetData.Text =
"Get Data"
213         Me.btnGetData.UseVisualStyleBackColor = True
214         
'
215         
'Panel5
216         
'
217         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
218         Me.Panel5.Controls.Add(Me.btnExportExcel)
219         Me.Panel5.Controls.Add(Me.btnClose)
220         Me.Panel5.Controls.Add(Me.btnReset)
221         Me.Panel5.Location = New System.Drawing.Point(
555, 75)
222         Me.Panel5.Name =
"Panel5"
223         Me.Panel5.Size = New System.Drawing.Size(
282, 70)
224         Me.Panel5.TabIndex =
46
225         
'
226         
'btnExportExcel
227         
'
228         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
229         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
230         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
231         Me.btnExportExcel.Location = New System.Drawing.Point(
101, 23)
232         Me.btnExportExcel.Name =
"btnExportExcel"
233         Me.btnExportExcel.Size = New System.Drawing.Size(
82, 28)
234         Me.btnExportExcel.TabIndex =
5
235         Me.btnExportExcel.Text =
"&Export Excel"
236         Me.btnExportExcel.UseVisualStyleBackColor = True
237         
'
238         
'btnClose
239         
'
240         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
241         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
242         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
243         Me.btnClose.Location = New System.Drawing.Point(
188, 23)
244         Me.btnClose.Name =
"btnClose"
245         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
246         Me.btnClose.TabIndex =
4
247         Me.btnClose.Text =
"&Close"
248         Me.btnClose.UseVisualStyleBackColor = True
249         
'
250         
'btnReset
251         
'
252         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
253         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
254         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
255         Me.btnReset.Location = New System.Drawing.Point(
13, 23)
256         Me.btnReset.Name =
"btnReset"
257         Me.btnReset.Size = New System.Drawing.Size(
82, 28)
258         Me.btnReset.TabIndex =
0
259         Me.btnReset.Text =
"&Reset"
260         Me.btnReset.UseVisualStyleBackColor = True
261         
'
262         
'Panel3
263         
'
264         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
265         Me.Panel3.Controls.Add(Me.txtSupplierName)
266         Me.Panel3.Controls.Add(Me.Label3)
267         Me.Panel3.Location = New System.Drawing.Point(
9, 75)
268         Me.Panel3.Name =
"Panel3"
269         Me.Panel3.Size = New System.Drawing.Size(
168, 70)
270         Me.Panel3.TabIndex =
45
271         
'
272         
'txtSupplierName
273         
'
274         Me.txtSupplierName.BackColor = System.Drawing.Color.White
275         Me.txtSupplierName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
276         Me.txtSupplierName.Location = New System.Drawing.Point(
13, 30)
277         Me.txtSupplierName.Name =
"txtSupplierName"
278         Me.txtSupplierName.Size = New System.Drawing.Size(
144, 21)
279         Me.txtSupplierName.TabIndex =
13
280         
'
281         
'Label3
282         
'
283         Me.Label3.AutoSize = True
284         Me.Label3.Location = New System.Drawing.Point(
10, 10)
285         Me.Label3.Name =
"Label3"
286         Me.Label3.Size = New System.Drawing.Size(
134, 13)
287         Me.Label3.TabIndex =
12
288         Me.Label3.Text =
"Search By Supplier Name :"
289         
'
290         
'dgw
291         
'
292         Me.dgw.AllowUserToAddRows = False
293         Me.dgw.AllowUserToDeleteRows = False
294         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
295         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
296         Me.dgw.BackgroundColor = System.Drawing.Color.White
297         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
298         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
299         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
300         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
301         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
302         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
303         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
304         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
305         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
306         Me.dgw.ColumnHeadersHeight =
30
307         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column4, Me.Column5, Me.Column6, Me.Column7, Me.Column8, Me.Column9, Me.Column10})
308         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
309         DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
310         DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window
311         DataGridViewCellStyle7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
312         DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText
313         DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
314         DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
315         DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
316         Me.dgw.DefaultCellStyle = DataGridViewCellStyle7
317         Me.dgw.EnableHeadersVisualStyles = False
318         Me.dgw.GridColor = System.Drawing.Color.White
319         Me.dgw.Location = New System.Drawing.Point(
9, 235)
320         Me.dgw.MultiSelect = False
321         Me.dgw.Name =
"dgw"
322         Me.dgw.ReadOnly = True
323         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
324         DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
325         DataGridViewCellStyle8.BackColor = System.Drawing.Color.CadetBlue
326         DataGridViewCellStyle8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
327         DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText
328         DataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.DarkSlateGray
329         DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
330         DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
331         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle8
332         Me.dgw.RowHeadersWidth =
25
333         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
334         DataGridViewCellStyle9.BackColor = System.Drawing.Color.White
335         DataGridViewCellStyle9.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
336         DataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.DarkSlateGray
337         DataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.White
338         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle9
339         Me.dgw.RowTemplate.Height =
15
340         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
341         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
342         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
343         Me.dgw.Size = New System.Drawing.Size(
830, 371)
344         Me.dgw.TabIndex =
43
345         
'
346         
'Column1
347         
'
348         Me.Column1.HeaderText =
"ID"
349         Me.Column1.Name =
"Column1"
350         Me.Column1.ReadOnly = True
351         Me.Column1.Visible = False
352         
'
353         
'Column2
354         
'
355         Me.Column2.HeaderText =
"Stock ID"
356         Me.Column2.Name =
"Column2"
357         Me.Column2.ReadOnly = True
358         
'
359         
'Column3
360         
'
361         DataGridViewCellStyle3.Format =
"dd/MM/yyyy"
362         Me.Column3.DefaultCellStyle = DataGridViewCellStyle3
363         Me.Column3.HeaderText =
"Date"
364         Me.Column3.Name =
"Column3"
365         Me.Column3.ReadOnly = True
366         
'
367         
'Column4
368         
'
369         Me.Column4.HeaderText =
"SID"
370         Me.Column4.Name =
"Column4"
371         Me.Column4.ReadOnly = True
372         Me.Column4.Visible = False
373         
'
374         
'Column5
375         
'
376         Me.Column5.HeaderText =
"Supplier ID"
377         Me.Column5.Name =
"Column5"
378         Me.Column5.ReadOnly = True
379         
'
380         
'Column6
381         
'
382         Me.Column6.HeaderText =
"Supplier Name"
383         Me.Column6.Name =
"Column6"
384         Me.Column6.ReadOnly = True
385         
'
386         
'Column7
387         
'
388         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
389         Me.Column7.DefaultCellStyle = DataGridViewCellStyle4
390         Me.Column7.HeaderText =
"Grand Total"
391         Me.Column7.Name =
"Column7"
392         Me.Column7.ReadOnly = True
393         
'
394         
'Column8
395         
'
396         DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
397         Me.Column8.DefaultCellStyle = DataGridViewCellStyle5
398         Me.Column8.HeaderText =
"Total Payment"
399         Me.Column8.Name =
"Column8"
400         Me.Column8.ReadOnly = True
401         
'
402         
'Column9
403         
'
404         DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.TopRight
405         Me.Column9.DefaultCellStyle = DataGridViewCellStyle6
406         Me.Column9.HeaderText =
"Payment Due"
407         Me.Column9.Name =
"Column9"
408         Me.Column9.ReadOnly = True
409         
'
410         
'Column10
411         
'
412         Me.Column10.HeaderText =
"Remarks"
413         Me.Column10.Name =
"Column10"
414         Me.Column10.ReadOnly = True
415         
'
416         
'Panel2
417         
'
418         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
419         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
420         Me.Panel2.Controls.Add(Me.Label1)
421         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
422         Me.Panel2.Name =
"Panel2"
423         Me.Panel2.Size = New System.Drawing.Size(
830, 62)
424         Me.Panel2.TabIndex =
0
425         
'
426         
'Label1
427         
'
428         Me.Label1.AutoSize = True
429         Me.Label1.BackColor = System.Drawing.Color.Transparent
430         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
431         Me.Label1.ForeColor = System.Drawing.Color.White
432         Me.Label1.Location = New System.Drawing.Point(
315, 19)
433         Me.Label1.Name =
"Label1"
434         Me.Label1.Size = New System.Drawing.Size(
135, 24)
435         Me.Label1.TabIndex =
0
436         Me.Label1.Text =
"List Of Stocks"
437         
'
438         
'frmStockRecord
439         
'
440         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
441         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
442         Me.BackColor = System.Drawing.Color.DarkSlateGray
443         Me.ClientSize = New System.Drawing.Size(
865, 633)
444         Me.Controls.Add(Me.Panel1)
445         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
446         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
447         Me.MaximizeBox = False
448         Me.MinimizeBox = False
449         Me.Name =
"frmStockRecord"
450         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
451         Me.Panel1.ResumeLayout(False)
452         Me.GroupBox1.ResumeLayout(False)
453         Me.GroupBox1.PerformLayout()
454         Me.Panel4.ResumeLayout(False)
455         Me.Panel4.PerformLayout()
456         Me.Panel5.ResumeLayout(False)
457         Me.Panel3.ResumeLayout(False)
458         Me.Panel3.PerformLayout()
459         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
460         Me.Panel2.ResumeLayout(False)
461         Me.Panel2.PerformLayout()
462         Me.ResumeLayout(False)
463
464     End Sub
465     Friend WithEvents Panel1 As System.Windows.Forms.Panel
466     Friend WithEvents Panel2 As System.Windows.Forms.Panel
467     Friend WithEvents Label1 As System.Windows.Forms.Label
468     Friend WithEvents dgw As System.Windows.Forms.DataGridView
469     Friend WithEvents Panel5 As System.Windows.Forms.Panel
470     Friend WithEvents btnClose As System.Windows.Forms.Button
471     Friend WithEvents btnReset As System.Windows.Forms.Button
472     Friend WithEvents Panel3 As System.Windows.Forms.Panel
473     Friend WithEvents txtSupplierName As System.Windows.Forms.TextBox
474     Friend WithEvents Label3 As System.Windows.Forms.Label
475     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
476     Friend WithEvents Panel4 As System.Windows.Forms.Panel
477     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
478     Friend WithEvents Label2 As System.Windows.Forms.Label
479     Friend WithEvents Label4 As System.Windows.Forms.Label
480     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
481     Friend WithEvents btnGetData As System.Windows.Forms.Button
482     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
483     Friend WithEvents Button1 As System.Windows.Forms.Button
484     Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
485     Friend WithEvents Label5 As System.Windows.Forms.Label
486     Friend WithEvents Label6 As System.Windows.Forms.Label
487     Friend WithEvents DateTimePicker2 As System.Windows.Forms.DateTimePicker
488     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
489     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
490     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
491     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
492     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
493     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
494     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
495     Friend WithEvents Column8 As System.Windows.Forms.DataGridViewTextBoxColumn
496     Friend WithEvents Column9 As System.Windows.Forms.DataGridViewTextBoxColumn
497     Friend WithEvents Column10 As System.Windows.Forms.DataGridViewTextBoxColumn
498
499 End Class


Gõ tìm kiếm nhanh...